home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00042_Script_~bio sub close < prev    next >
Text File  |  1997-07-29  |  289b  |  12 lines

  1. on mousedown
  2. --  set the movierate of sprite 29 = 0
  3.   if the clickon = 17 then trackbutton  the clickon, cast "over close down"
  4. --  set the movierate of sprite 29 = 1
  5. end
  6.  
  7. on mouseUp
  8.   if rollover(the clickon) then
  9.     puppetsprite the clickon,false
  10.    bio_sub_hide
  11.   end if
  12. end